Northwoods.GoSilverlight 1.3.5 Assembly
LinkToPath Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkToPath Property

Gets or sets a property path that that specifies how to get the key for the "to" node data of a link data object.

Syntax

Visual Basic (Declaration) 
Public Property LinkToPath As String
C# 
public string LinkToPath {get; set;}

Property Value

This value is used by FindToNodeKeyForLink to get a reference to the node data to which this link goes. The value must not be null.

Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindToNodeKeyForLink for most cases.

The value of this property path applied to a link data object must be of type NodeKey.

Requirements

See Also

© 2012 All Rights Reserved.